home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / hdf / mac / h10srcst.hqx / Source / HyperHell Source / App NCSA TektoPICT / mpw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-12-28  |  240 b   |  11 lines

  1. #define TRUE    (-1)
  2. #define FALSE    0
  3.  
  4. #define GetColor(x,y,z,n)  GETCOLOR(x,y,z,n)
  5. #define pass(x)    (&x)
  6.  
  7. #define ptoc(x) x
  8. #define ctop(x) x
  9. #define movmem(y,x,z) memcpy(x,y,z)
  10. #define setmem(x,z,y)    memset(x,y,z)
  11. #define index(x,y)    strchr(x,y)